toggle menu
JxBrowser
8.2.1
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation
/
[jvm]NavigationException
Navigation
Exception
public
final
class
NavigationException
extends
RuntimeException
Thrown when navigation to a resource has been failed.
Members
Constructors
Navigation
Exception
Link copied to clipboard
public
void
NavigationException
(
String
message
,
NetError
netError
)
Constructs a
NavigationException
with the given detail
message
and
netError
.
Properties
cause
Link copied to clipboard
public
Throwable
cause
stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
stackTrace
Functions
add
Suppressed
Link copied to clipboard
public
final
synchronized
void
addSuppressed
(
Throwable
exception
)
fill
In
Stack
Trace
Link copied to clipboard
public
synchronized
Throwable
fillInStackTrace
(
)
get
Cause
Link copied to clipboard
public
synchronized
Throwable
getCause
(
)
get
Localized
Message
Link copied to clipboard
public
String
getLocalizedMessage
(
)
get
Message
Link copied to clipboard
public
String
getMessage
(
)
get
Stack
Trace
Link copied to clipboard
public
Array
<
StackTraceElement
>
getStackTrace
(
)
get
Suppressed
Link copied to clipboard
public
final
synchronized
Array
<
Throwable
>
getSuppressed
(
)
init
Cause
Link copied to clipboard
public
synchronized
Throwable
initCause
(
Throwable
cause
)
net
Error
Link copied to clipboard
public
NetError
netError
(
)
Returns the network error code that describes the reason of the navigation failure.
print
Stack
Trace
Link copied to clipboard
public
void
printStackTrace
(
)
set
Stack
Trace
Link copied to clipboard
public
void
setStackTrace
(
Array
<
StackTraceElement
>
stackTrace
)
to
String
Link copied to clipboard
public
String
toString
(
)